Release 10.1A: OpenEdge Data Management:
SQL Development
Definitions of ODBC.INI tags
Table 3–2 provides definitions of the
ODBC.initags.
The
DefaultIsolationLevelsetting requires careful consideration. A transaction’s isolation level will influence the type of record locks that are applied to records read from the database. The default value for this setting isREPEATABLE READ, unless you specify another setting during configuration. This will instruct the server to apply recordSHARElocks, at a minimum, for the duration of a transaction to records read from the database. For most query tools, it is appropriate to set a default level ofREAD COMMITTED. The default isolation level setting can and will be overridden by applications.The
ArraySizesetting is a hint that can be provided to the ODBC driver with regards to how many records can be retrieved from the server at a time. The optimum setting will vary from application to application.The location of the
odbc.inifile must be determined once the correct modifications have been made and saved to theodbc.inifile. The driver will look, by default, to see if theODBCINIenvironment variable exists. The driver expects thatODBCINIenvironment variable be exported into the environment to provide the full path and filename. For example:
Identifying the
Note: Theodbc.inifile in this manner provides a way to have oneINIfile in a shared location. This enables all ODBC clients to share a singleINIfile. The default location for the driver to look if theODBCINIenvironment variable is not set is in the$HOMEdirectory for a .odbc.inifile.INIfile must be prefixed with a period.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |